home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / taropyon / silib / inc / siptn.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-16  |  818 b   |  33 lines

  1. #ifndef    _SIPTN_H
  2. #define    _SIPTN_H
  3.  
  4. #ifndef    _SCN_IMGBLK_H
  5. #    include    <SCN/imgblk.h>
  6. #endif
  7.  
  8. extern IMGBLK_T    Ptn16x16_help;
  9. extern IMGBLK_T    Ptn16x16_close;
  10. extern IMGBLK_T    Ptn16x16_return;
  11. extern IMGBLK_T    Ptn16x16_menu;
  12. extern IMGBLK_T    Ptn16x16_keyCopy;
  13. extern IMGBLK_T    Ptn16x16_pocketIn;
  14. extern IMGBLK_T    Ptn16x16_floppydisk;
  15. extern IMGBLK_T    Ptn16x16_updir;
  16.  
  17. extern IMGBLK_T    Ptn06x10_alwLeft;
  18. extern IMGBLK_T    Ptn06x10_alwRight;
  19. extern IMGBLK_T    Ptn10x06_alwUp;
  20. extern IMGBLK_T    Ptn10x06_alwDown;
  21.  
  22. extern IMGBLK_T    Ptn10x10_alwLeft;
  23. extern IMGBLK_T    Ptn10x10_alwRight;
  24. extern IMGBLK_T    Ptn10x10_alwUp;
  25. extern IMGBLK_T    Ptn10x10_alwDown;
  26.  
  27. extern IMGBLK_T    Ptn05x05_alwUpRight;
  28. extern IMGBLK_T    Ptn05x05_alwDownRight;
  29. extern IMGBLK_T    Ptn05x05_alwDownLeft;
  30. extern IMGBLK_T    Ptn05x05_alwUpLeft;
  31.  
  32. #endif
  33.